const compress/flate.tableSize

3 uses

	compress/flate (current package)
		deflatefast.go#L14: 	tableSize  = 1 << tableBits // Size of the table.
		deflatefast.go#L15: 	tableMask  = tableSize - 1  // Mask for table indices. Redundant, but can eliminate bounds checks.
		deflatefast.go#L58: 	table [tableSize]tableEntry